projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35008ea
)
glib.supp: Suppress worker context -> thread bits
author
Colin Walters
<walters@verbum.org>
Sun, 24 Jul 2016 19:10:55 +0000
(15:10 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Thu, 28 Jul 2016 10:10:17 +0000
(10:10 +0000)
The worker context isn't cleaned up now.
Closes: #410
Approved by: giuseppe
tests/glib.supp
patch
|
blob
|
history
diff --git
a/tests/glib.supp
b/tests/glib.supp
index 8129c3e26d3f848c682201542541ee0ef8af1ab9..f76596a06450ef19a47d0d439c2c1678e51e671f 100644
(file)
--- a/
tests/glib.supp
+++ b/
tests/glib.supp
@@
-545,3
+545,10
@@
...
fun:glib_worker_main
}
+{
+ glib_worker_2
+ Memcheck:Leak
+ ...
+ fun:g_thread_new
+ fun:g_get_worker_context
+}